home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
426-450
/
disk_436
/
aztecarp
/
source.lzh
/
Glue
/
StrtoStamp.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-05
|
156b
|
15 lines
section text,code
xref _ArpBase
xdef _StrtoStamp
_StrtoStamp:
pea (a6)
move.l _ArpBase,a6
move.l 8(sp),a0
jsr -570(a6)
move.l (sp)+,a6
rts
end